Other Classes

The following classes are available globally.

  • An AWFApiPermissions object contains the access permissions when interacting with the Aeris API.

    See more

    Declaration

    Objective-C

    @interface AWFApiPermissions : NSObject

    Swift

    class AWFApiPermissions : NSObject
  • An AWFCoordinateBounds object describes a map coordinate region defined by a bounding rectangle.

    See more

    Declaration

    Objective-C

    @interface AWFCoordinateBounds : NSObject

    Swift

    class AWFCoordinateBounds : NSObject
  • AWFForecastModel is a static class that contains information about the supported forecast models used throughout the library.

    See more

    Declaration

    Objective-C

    @interface AWFForecastModel : NSObject

    Swift

    class AWFForecastModel
  • An AWFGeoPolygon object manages a series of coordinates that define a region or polygon that is used when requesting data from the API or rendering API data on a map.

    See more

    Declaration

    Objective-C

    @interface AWFGeoPolygon : NSObject <NSCoding>

    Swift

    class AWFGeoPolygon : NSObject, NSCoding
  • An AWFMapPermissions object contains the access permissions when interacting with the Aeris Maps API.

    See more

    Declaration

    Objective-C

    @interface AWFMapPermissions : NSObject

    Swift

    class AWFMapPermissions : NSObject
  • An AWFRangeSummary object represents a summary of data for a specific range, including the minimum, maximum and average of all values within the range.

    See more

    Declaration

    Objective-C

    @interface AWFRangeSummary : AWFWeatherObject

    Swift

    class AWFRangeSummary : AWFWeatherObject
  • An AWFRelativeTo object provides information about the geographical relationship between a location that is used for a request and the location of the objects that are actually returned from that request.

    See more

    Declaration

    Objective-C

    @interface AWFRelativeTo : AWFWeatherObject

    Swift

    class AWFRelativeTo : AWFWeatherObject
  • AWFRequestQuery provides a convenience wrapper for setting up request queries to be used with an AWFWeatherRequestOptions instance.

    See more

    Declaration

    Objective-C

    @interface AWFRequestQuery : NSObject

    Swift

    class AWFRequestQuery : NSObject
  • An AWFWeatherObject object is the base model object used to represent all data returned from the API using object loaders.

    See more

    Declaration

    Objective-C

    @interface AWFWeatherObject

    Swift

    class AWFWeatherObject